﻿2026-06-22T01:35:55.4828681Z ##[group]Run actions/checkout@v5
2026-06-22T01:35:55.4829306Z with:
2026-06-22T01:35:55.4829640Z   repository: SaberMage/spt-core
2026-06-22T01:35:55.4832848Z   token: ***
2026-06-22T01:35:55.4833166Z   ssh-strict: true
2026-06-22T01:35:55.4833499Z   ssh-user: git
2026-06-22T01:35:55.4833843Z   persist-credentials: true
2026-06-22T01:35:55.4834201Z   clean: true
2026-06-22T01:35:55.4834571Z   sparse-checkout-cone-mode: true
2026-06-22T01:35:55.4835056Z   fetch-depth: 1
2026-06-22T01:35:55.4835373Z   fetch-tags: false
2026-06-22T01:35:55.4835707Z   show-progress: true
2026-06-22T01:35:55.4836048Z   lfs: false
2026-06-22T01:35:55.4836340Z   submodules: false
2026-06-22T01:35:55.4836679Z   set-safe-directory: true
2026-06-22T01:35:55.4837033Z env:
2026-06-22T01:35:55.4837360Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-22T01:35:55.4837770Z ##[endgroup]
2026-06-22T01:35:55.6637648Z Syncing repository: SaberMage/spt-core
2026-06-22T01:35:55.6639016Z ##[group]Getting Git version info
2026-06-22T01:35:55.6639750Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-22T01:35:55.6915964Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-22T01:35:55.7124351Z git version 2.43.0.windows.1
2026-06-22T01:35:55.7149450Z ##[endgroup]
2026-06-22T01:35:55.7157209Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\41c5d17d-b901-48fb-a518-c9a6a3610300\.gitconfig'
2026-06-22T01:35:55.7170556Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\41c5d17d-b901-48fb-a518-c9a6a3610300' before making global git config changes
2026-06-22T01:35:55.7172080Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T01:35:55.7175500Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-22T01:35:55.7404693Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-22T01:35:55.7586637Z https://github.com/SaberMage/spt-core
2026-06-22T01:35:55.7612681Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-22T01:35:55.7616702Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-22T01:35:55.7809318Z HEAD
2026-06-22T01:35:55.8062464Z ##[endgroup]
2026-06-22T01:35:55.8064484Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-22T01:35:56.1673256Z ##[group]Cleaning the repository
2026-06-22T01:35:56.1677432Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-22T01:35:57.3846982Z Removing target/
2026-06-22T01:35:57.3885250Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-22T01:35:57.4304302Z HEAD is now at c9985da Merge 805727c5cda493066d3a8c1dc0678d55f2d0cff6 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T01:35:57.4330526Z ##[endgroup]
2026-06-22T01:35:57.4334419Z ##[group]Disabling automatic garbage collection
2026-06-22T01:35:57.4339268Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-22T01:35:57.4581332Z ##[endgroup]
2026-06-22T01:35:57.4581848Z ##[group]Setting up auth
2026-06-22T01:35:57.4587585Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-22T01:35:57.4814291Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-22T01:35:57.8573390Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T01:35:57.8801638Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-22T01:35:58.2436540Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T01:35:58.2652917Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-22T01:35:58.6320744Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-22T01:35:58.6562294Z ##[endgroup]
2026-06-22T01:35:58.6562798Z ##[group]Fetching the repository
2026-06-22T01:35:58.6568853Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c9985dae0f9d737c032d079fcd941f9a3bdc2814:refs/remotes/pull/27/merge
2026-06-22T01:35:59.2653726Z ##[endgroup]
2026-06-22T01:35:59.2654230Z ##[group]Determining the checkout info
2026-06-22T01:35:59.2655321Z ##[endgroup]
2026-06-22T01:35:59.2659847Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-22T01:35:59.2919022Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-22T01:35:59.3130744Z ##[group]Checking out the ref
2026-06-22T01:35:59.3134778Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-22T01:35:59.3482329Z HEAD is now at c9985da Merge 805727c5cda493066d3a8c1dc0678d55f2d0cff6 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T01:35:59.3505543Z ##[endgroup]
2026-06-22T01:35:59.3747214Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-22T01:35:59.3948764Z c9985dae0f9d737c032d079fcd941f9a3bdc2814
